[INFO] cloning repository https://github.com/towelcodes/media-util-bot
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/towelcodes/media-util-bot" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ftowelcodes%2Fmedia-util-bot", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ftowelcodes%2Fmedia-util-bot'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 1e553181e7879e611e65065b07ac99add2451c17
[INFO] fixing towelcodes/media-util-bot against try#622891a4e29178280638a6b63a8908bde2c0c854+cargoflags=-Zfix-edition=end=2015,2024 for pr-157817-2
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ftowelcodes%2Fmedia-util-bot" "/workspace/builds/worker-7-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-7-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/towelcodes/media-util-bot
[INFO] finished tweaking git repo https://github.com/towelcodes/media-util-bot
[INFO] tweaked toml for git repo https://github.com/towelcodes/media-util-bot written to /workspace/builds/worker-7-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/towelcodes/media-util-bot on toolchain 622891a4e29178280638a6b63a8908bde2c0c854
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/towelcodes/media-util-bot already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/source:/opt/rustwide/workdir:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3a6becf2bc8dde7f3fa57ede90e4f284e72d296796fc446bbb1e2c7cc0530151" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] f40461c6eb8be9df4375d2f5a6dc17681ab06fe2e682ee24dac906c4eb3c6ac4
[INFO] running `Command { std: "docker" "start" "f40461c6eb8be9df4375d2f5a6dc17681ab06fe2e682ee24dac906c4eb3c6ac4", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "f40461c6eb8be9df4375d2f5a6dc17681ab06fe2e682ee24dac906c4eb3c6ac4" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "f40461c6eb8be9df4375d2f5a6dc17681ab06fe2e682ee24dac906c4eb3c6ac4", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=" "-e" "RUSTDOCFLAGS=" "-w" "/opt/rustwide/workdir" "--user" "0:0" "f40461c6eb8be9df4375d2f5a6dc17681ab06fe2e682ee24dac906c4eb3c6ac4" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fix" "--allow-no-vcs" "--allow-dirty" "--frozen" "--all" "--all-targets" "--message-format=json" "-Zfix-edition=end=2015,2024", kill_on_drop: false }`
[INFO] [stderr] crater-edition-check: migrating to next edition
[INFO] [stderr]    Migrating Cargo.toml from 2021 edition to 2024
[INFO] [stderr]    Compiling libc v0.2.177
[INFO] [stderr]    Compiling serde_core v1.0.228
[INFO] [stderr]     Checking value-bag v1.12.0
[INFO] [stderr]     Checking once_cell v1.20.3
[INFO] [stderr]    Compiling serde v1.0.228
[INFO] [stderr]    Compiling cc v1.2.60
[INFO] [stderr]    Compiling lock_api v0.4.12
[INFO] [stderr]     Checking futures-io v0.3.31
[INFO] [stderr]     Checking generic-array v0.14.7
[INFO] [stderr]    Compiling serde_derive v1.0.228
[INFO] [stderr]     Checking bitflags v2.8.0
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]     Checking concurrent-queue v2.5.0
[INFO] [stderr]     Checking zerocopy v0.7.35
[INFO] [stderr]    Compiling syn v1.0.109
[INFO] [stderr]    Compiling semver v1.0.28
[INFO] [stderr]     Checking futures-util v0.3.31
[INFO] [stderr]     Checking event-listener v5.4.1
[INFO] [stderr]    Compiling standback v0.2.17
[INFO] [stderr]     Checking tracing-core v0.1.33
[INFO] [stderr]     Checking log v0.4.25
[INFO] [stderr]    Compiling proc-macro-hack v0.5.20+deprecated
[INFO] [stderr]    Compiling wasm-bindgen-shared v0.2.100
[INFO] [stderr]    Compiling rustix v1.1.3
[INFO] [stderr]     Checking event-listener-strategy v0.5.4
[INFO] [stderr]     Checking futures-lite v2.6.1
[INFO] [stderr]     Checking linux-raw-sys v0.11.0
[INFO] [stderr]    Compiling serde_json v1.0.149
[INFO] [stderr]    Compiling async-io v2.6.0
[INFO] [stderr]    Compiling bumpalo v3.17.0
[INFO] [stderr]     Checking tracing v0.1.41
[INFO] [stderr]     Checking async-task v4.7.1
[INFO] [stderr]     Checking cipher v0.2.5
[INFO] [stderr]     Checking ppv-lite86 v0.2.20
[INFO] [stderr]     Checking digest v0.9.0
[INFO] [stderr]     Checking universal-hash v0.4.0
[INFO] [stderr]    Compiling const_fn v0.4.12
[INFO] [stderr]     Checking cpuid-bool v0.2.0
[INFO] [stderr]     Checking event-listener v2.5.3
[INFO] [stderr]     Checking polyval v0.4.5
[INFO] [stderr]    Compiling wasm-bindgen-backend v0.2.100
[INFO] [stderr]     Checking aes-soft v0.6.4
[INFO] [stderr]    Compiling openssl-sys v0.9.109
[INFO] [stderr]    Compiling ring v0.17.9
[INFO] [stderr]    Compiling libnghttp2-sys v0.1.13+1.68.1
[INFO] [stderr]    Compiling libz-sys v1.1.28
[INFO] [stderr]    Compiling curl-sys v0.4.87+curl-8.19.0
[INFO] [stderr]     Checking async-channel v1.9.0
[INFO] [stderr]     Checking crypto-mac v0.10.0
[INFO] [stderr]     Checking async-channel v2.5.0
[INFO] [stderr]     Checking piper v0.2.5
[INFO] [stderr]    Compiling time v0.2.27
[INFO] [stderr]     Checking simd-adler32 v0.3.7
[INFO] [stderr]     Checking parking_lot_core v0.9.10
[INFO] [stderr]     Checking getrandom v0.2.15
[INFO] [stderr]     Checking errno v0.3.10
[INFO] [stderr]     Checking socket2 v0.5.8
[INFO] [stderr]     Checking mio v1.0.3
[INFO] [stderr]     Checking signal-hook-registry v1.4.8
[INFO] [stderr]     Checking rand_core v0.6.4
[INFO] [stderr]     Checking socket2 v0.6.0
[INFO] [stderr]     Checking getrandom v0.1.16
[INFO] [stderr]     Checking rand_core v0.5.1
[INFO] [stderr]     Checking rand_chacha v0.3.1
[INFO] [stderr]     Checking blocking v1.6.2
[INFO] [stderr]     Checking parking_lot v0.12.3
[INFO] [stderr]     Checking hmac v0.10.1
[INFO] [stderr]     Checking num-integer v0.1.46
[INFO] [stderr]     Checking aes v0.6.0
[INFO] [stderr]     Checking rand v0.8.5
[INFO] [stderr]     Checking async-executor v1.14.0
[INFO] [stderr]     Checking tokio v1.43.0
[INFO] [stderr]     Checking ghash v0.3.1
[INFO] [stderr]     Checking ctr v0.6.0
[INFO] [stderr]     Checking aead v0.3.2
[INFO] [stderr]     Checking block-buffer v0.10.4
[INFO] [stderr]     Checking crypto-common v0.1.6
[INFO] [stderr]     Checking block-buffer v0.9.0
[INFO] [stderr]     Checking async-lock v3.4.2
[INFO] [stderr]    Compiling darling_core v0.21.3
[INFO] [stderr]    Compiling darling_core v0.20.11
[INFO] [stderr]    Compiling pin-project-internal v1.1.11
[INFO] [stderr]    Compiling wasm-bindgen-macro-support v0.2.100
[INFO] [stderr]    Compiling cookie v0.14.4
[INFO] [stderr]    Compiling rayon-core v1.12.1
[INFO] [stderr]     Checking zeroize v1.8.1
[INFO] [stderr]    Compiling wasm-bindgen v0.2.100
[INFO] [stderr]    Compiling curl v0.4.49
[INFO] [stderr]     Checking waker-fn v1.2.0
[INFO] [stderr]     Checking fastrand v1.9.0
[INFO] [stderr]     Checking sha2 v0.9.9
[INFO] [stderr]     Checking digest v0.10.7
[INFO] [stderr]     Checking aes-gcm v0.8.0
[INFO] [stderr]     Checking hkdf v0.10.0
[INFO] [stderr]     Checking futures-lite v1.13.0
[INFO] [stderr]     Checking rand_chacha v0.2.2
[INFO] [stderr]     Checking kv-log-macro v1.0.7
[INFO] [stderr]     Checking spinning_top v0.2.5
[INFO] [stderr]    Compiling winnow v1.0.1
[INFO] [stderr]    Compiling http-types v2.12.0
[INFO] [stderr]     Checking adler2 v2.0.0
[INFO] [stderr]     Checking pin-project v1.1.11
[INFO] [stderr]     Checking base64 v0.13.1
[INFO] [stderr]    Compiling isahc v0.9.14
[INFO] [stderr]     Checking miniz_oxide v0.8.4
[INFO] [stderr]    Compiling toml_parser v1.1.2+spec-1.1.0
[INFO] [stderr]    Compiling wasm-bindgen-macro v0.2.100
[INFO] [stderr]     Checking tracing-futures v0.2.5
[INFO] [stderr]    Compiling serde_spanned v1.1.1
[INFO] [stderr]    Compiling toml_datetime v0.7.5+spec-1.1.0
[INFO] [stderr]     Checking url v2.5.4
[INFO] [stderr]     Checking serde_urlencoded v0.7.1
[INFO] [stderr]     Checking serde_qs v0.8.5
[INFO] [stderr]     Checking arrayvec v0.7.6
[INFO] [stderr]     Checking rand v0.7.3
[INFO] [stderr]     Checking flume v0.9.2
[INFO] [stderr]     Checking num-bigint v0.4.6
[INFO] [stderr]     Checking sluice v0.5.5
[INFO] [stderr]    Compiling mysqlclient-sys v0.5.1
[INFO] [stderr]    Compiling winnow v0.7.15
[INFO] [stderr]    Compiling rustls v0.22.4
[INFO] [stderr]     Checking either v1.13.0
[INFO] [stderr]     Checking infer v0.2.3
[INFO] [stderr]    Compiling diesel_derives v2.3.7
[INFO] [stderr]     Checking bytes v0.5.6
[INFO] [stderr]    Compiling rustls v0.21.12
[INFO] [stderr]     Checking chrono v0.4.44
[INFO] [stderr]    Compiling openssl v0.10.73
[INFO] [stderr]     Checking js-sys v0.3.77
[INFO] [stderr]     Checking scheduled-thread-pool v0.2.7
[INFO] [stderr]    Compiling rustc_version v0.4.1
[INFO] [stderr]    Compiling diesel_table_macro_syntax v0.3.0
[INFO] [stderr]    Compiling serde_derive_internals v0.29.1
[INFO] [stderr]    Compiling ref-cast-impl v1.0.25
[INFO] [stderr]     Checking crc32fast v1.4.2
[INFO] [stderr]     Checking rustls-webpki v0.101.7
[INFO] [stderr]     Checking rustls-webpki v0.102.8
[INFO] [stderr]     Checking num-rational v0.4.2
[INFO] [stderr]     Checking sct v0.7.1
[INFO] [stderr]    Compiling paste v1.0.15
[INFO] [stderr]     Checking aligned-vec v0.5.0
[INFO] [stderr]    Compiling built v0.7.6
[INFO] [stderr]     Checking v_frame v0.3.8
[INFO] [stderr]     Checking ref-cast v1.0.25
[INFO] [stderr]     Checking polling v3.11.0
[INFO] [stderr]    Compiling darling_macro v0.20.11
[INFO] [stderr]    Compiling darling_macro v0.21.3
[INFO] [stderr]    Compiling native-tls v0.2.14
[INFO] [stderr]     Checking nom v7.1.3
[INFO] [stderr]     Checking flate2 v1.0.35
[INFO] [stderr]    Compiling schemars_derive v1.2.1
[INFO] [stderr]    Compiling rav1e v0.7.1
[INFO] [stderr]    Compiling darling v0.20.11
[INFO] [stderr]    Compiling darling v0.21.3
[INFO] [stderr]    Compiling dsl_auto_type v0.2.0
[INFO] [stderr]    Compiling derive_builder_core v0.20.2
[INFO] [stderr]    Compiling curve25519-dalek v4.1.3
[INFO] [stderr]     Checking r2d2 v0.8.10
[INFO] [stderr]     Checking rayon v1.10.0
[INFO] [stderr]    Compiling time-macros-impl v0.1.2
[INFO] [stderr]     Checking async-global-executor v2.4.1
[INFO] [stderr]    Compiling profiling-procmacros v1.0.16
[INFO] [stderr]     Checking async-std v1.13.2
[INFO] [stderr]    Compiling toml v0.9.12+spec-1.1.0
[INFO] [stderr]     Checking downcast-rs v2.0.2
[INFO] [stderr]    Compiling dotenvy_macro v0.15.7
[INFO] [stderr]     Checking profiling v1.0.16
[INFO] [stderr]     Checking itertools v0.12.1
[INFO] [stderr]     Checking time-macros v0.1.1
[INFO] [stderr]     Checking sha1 v0.10.6
[INFO] [stderr]    Compiling derive_builder_macro v0.20.2
[INFO] [stderr]    Compiling num-derive v0.4.2
[INFO] [stderr]    Compiling curve25519-dalek-derive v0.1.1
[INFO] [stderr]     Checking tokio-util v0.7.13
[INFO] [stderr]     Checking derive_builder v0.20.2
[INFO] [stderr]    Compiling migrations_internals v2.3.0
[INFO] [stderr]    Compiling arg_enum_proc_macro v0.3.4
[INFO] [stderr]     Checking tokio-rustls v0.24.1
[INFO] [stderr]     Checking av1-grain v0.2.3
[INFO] [stderr]    Compiling simd_helpers v0.1.0
[INFO] [stderr]     Checking schemars v1.2.1
[INFO] [stderr]    Compiling migrations_macros v2.3.0
[INFO] [stderr]     Checking h2 v0.4.12
[INFO] [stderr]     Checking h2 v0.3.26
[INFO] [stderr]     Checking signature v2.2.0
[INFO] [stderr]     Checking regex-syntax v0.8.5
[INFO] [stderr]    Compiling noop_proc_macro v0.3.0
[INFO] [stderr]     Checking weezl v0.1.8
[INFO] [stderr]     Checking imgref v1.11.0
[INFO] [stderr]     Checking data-encoding v2.8.0
[INFO] [stderr]     Checking utf-8 v0.7.6
[INFO] [stderr]     Checking new_debug_unreachable v1.0.6
[INFO] [stderr]     Checking web-sys v0.3.77
[INFO] [stderr]     Checking bitstream-io v2.6.0
[INFO] [stderr]     Checking quick-error v2.0.1
[INFO] [stderr]     Checking urlencoding v2.1.3
[INFO] [stderr]     Checking tower v0.5.2
[INFO] [stderr]     Checking ed25519 v2.2.3
[INFO] [stderr]     Checking deranged v0.3.11
[INFO] [stderr]     Checking tokio-rustls v0.25.0
[INFO] [stderr]     Checking loop9 v0.1.5
[INFO] [stderr]     Checking tungstenite v0.21.0
[INFO] [stderr]     Checking http-body-util v0.1.3
[INFO] [stderr]     Checking avif-serialize v0.8.2
[INFO] [stderr]     Checking sha2 v0.10.8
[INFO] [stderr]     Checking webpki-roots v0.26.8
[INFO] [stderr]     Checking http-client v6.5.3
[INFO] [stderr]     Checking fdeflate v0.3.7
[INFO] [stderr]     Checking zune-inflate v0.2.54
[INFO] [stderr]     Checking half v2.4.1
[INFO] [stderr]    Compiling serenity v0.12.4
[INFO] [stderr]     Checking bytemuck v1.21.0
[INFO] [stderr]     Checking rgb v0.8.50
[INFO] [stderr]     Checking zune-core v0.4.12
[INFO] [stderr]     Checking byteorder-lite v0.1.0
[INFO] [stderr]     Checking iri-string v0.7.8
[INFO] [stderr]     Checking surf v2.3.2
[INFO] [stderr]     Checking lebe v0.5.2
[INFO] [stderr]     Checking jpeg-decoder v0.3.1
[INFO] [stderr]     Checking webpki-roots v0.25.4
[INFO] [stderr]     Checking color_quant v1.1.0
[INFO] [stderr]     Checking bit_field v0.10.2
[INFO] [stderr]     Checking hashbrown v0.14.5
[INFO] [stderr]     Checking png v0.17.16
[INFO] [stderr]     Checking zune-jpeg v0.4.14
[INFO] [stderr]     Checking exr v1.73.0
[INFO] [stderr]     Checking tokio-tungstenite v0.21.0
[INFO] [stderr]     Checking image-webp v0.2.1
[INFO] [stderr]     Checking maybe-rayon v0.1.1
[INFO] [stderr]     Checking openrouter-rs v0.7.0
[INFO] [stderr]     Checking regex-automata v0.4.9
[INFO] [stderr]     Checking ed25519-dalek v2.1.1
[INFO] [stderr]     Checking gif v0.13.1
[INFO] [stderr]     Checking tiff v0.9.1
[INFO] [stderr]     Checking tokio-native-tls v0.3.1
[INFO] [stderr]     Checking time v0.3.37
[INFO] [stderr]     Checking dashmap v5.5.3
[INFO] [stderr]     Checking qoi v0.4.1
[INFO] [stderr]    Compiling command_attr v0.5.3
[INFO] [stderr]     Checking serde_cow v0.1.2
[INFO] [stderr]     Checking secrecy v0.8.0
[INFO] [stderr]     Checking futures v0.3.31
[INFO] [stderr]     Checking num-iter v0.1.45
[INFO] [stderr]     Checking num-complex v0.4.6
[INFO] [stderr]     Checking tracing-log v0.2.0
[INFO] [stderr]     Checking thread_local v1.1.8
[INFO] [stderr]     Checking fxhash v0.2.1
[INFO] [stderr]    Compiling dotenvy-macros v0.15.7 (https://github.com/allan2/dotenvy#86c0d6dd)
[INFO] [stderr]    Compiling include_dir_macros v0.7.4
[INFO] [stderr]     Checking levenshtein v1.0.5
[INFO] [stderr]     Checking uwl v0.6.0
[INFO] [stderr]     Checking typemap_rev v0.3.0
[INFO] [stderr]     Checking dotenvy v0.15.7 (https://github.com/allan2/dotenvy#86c0d6dd)
[INFO] [stderr]     Checking num v0.4.3
[INFO] [stderr]     Checking include_dir v0.7.4
[INFO] [stderr]     Checking tower-http v0.6.6
[INFO] [stderr]     Checking regex v1.11.1
[INFO] [stderr]     Checking tracing-subscriber v0.3.19
[INFO] [stderr]     Checking hyper v0.14.32
[INFO] [stderr]     Checking diesel v2.3.7
[INFO] [stderr]     Checking hyper v1.7.0
[INFO] [stderr]     Checking hyper-util v0.1.17
[INFO] [stderr]     Checking ravif v0.11.11
[INFO] [stderr]     Checking image v0.25.5
[INFO] [stderr]     Checking hyper-rustls v0.24.2
[INFO] [stderr]     Checking reqwest v0.11.27
[INFO] [stderr]     Checking hyper-tls v0.6.0
[INFO] [stderr]     Checking reqwest v0.12.23
[INFO] [stderr]     Checking diesel_migrations v2.3.1
[INFO] [stderr]     Checking database v0.1.0 (/opt/rustwide/workdir/database)
[INFO] [stderr] warning: `database/src/lib.rs` is already on the latest edition (2024), unable to migrate further
[INFO] [stderr] 
[INFO] [stderr] If you are trying to migrate from the previous edition (2021), the
[INFO] [stderr] process requires following these steps:
[INFO] [stderr] 
[INFO] [stderr] 1. Start with `edition = "2021"` in `Cargo.toml`
[INFO] [stderr] 2. Run `cargo fix --edition`
[INFO] [stderr] 3. Modify `Cargo.toml` to set `edition = "2024"`
[INFO] [stderr] 4. Run `cargo build` or `cargo test` to verify the fixes worked
[INFO] [stderr] 
[INFO] [stderr] More details may be found at
[INFO] [stderr] https://doc.rust-lang.org/edition-guide/editions/transitioning-an-existing-project-to-a-new-edition.html
[INFO] [stderr] 
[INFO] [stderr]     Checking media-bot v0.1.0 (/opt/rustwide/workdir)
[INFO] [stderr]    Migrating src/main.rs from 2021 edition to 2024
[INFO] [stderr]        Fixed src/main.rs (1 fix)
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> src/commands/ai.rs:114:40
[INFO] [stdout]     |
[INFO] [stdout] 102 |         let data_read = ctx.data.read().await;
[INFO] [stdout]     |             ---------
[INFO] [stdout]     |             |
[INFO] [stdout]     |             `data_read` calls a custom destructor
[INFO] [stdout]     |             `data_read` will be dropped later as of Edition 2024
[INFO] [stdout] 103 |         let client = data_read
[INFO] [stdout]     |             ------
[INFO] [stdout]     |             |
[INFO] [stdout]     |             `client` calls a custom destructor
[INFO] [stdout]     |             `client` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 114 |         client.chat().create(&request).await?
[INFO] [stdout]     |                                        ^^^^^
[INFO] [stdout]     |                                        |
[INFO] [stdout]     |                                        this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]     |                                        up until Edition 2021 `#1` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout] 115 |     };
[INFO] [stdout]     |      - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]     |
[INFO] [stdout] note: `data_read` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.43.0/src/sync/rwlock/read_guard.rs:178:1
[INFO] [stdout]     |
[INFO] [stdout] 178 | impl<'a, T: ?Sized> Drop for RwLockReadGuard<'a, T> {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `client` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.43.0/src/sync/rwlock/read_guard.rs:178:1
[INFO] [stdout]     |
[INFO] [stdout] 178 | impl<'a, T: ?Sized> Drop for RwLockReadGuard<'a, T> {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout]     = note: `--force-warn tail-expr-drop-order` implied by `--force-warn rust-2024-compatibility`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]     --> src/main.rs:265:23
[INFO] [stdout]      |
[INFO] [stdout]  229 | #[dotenvy::load(path = "./.env", required = false)]
[INFO] [stdout]      |                                                   - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout] ...
[INFO] [stdout]  253 |     let mut client = ClientBuilder::new_with_http(http, GatewayIntents::empty())
[INFO] [stdout]      |         ----------
[INFO] [stdout]      |         |
[INFO] [stdout]      |         `client` calls a custom destructor
[INFO] [stdout]      |         `client` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  265 |     if let Err(why) = client.start().await {
[INFO] [stdout]      |                       ^^^^^^^^^^^^^^^-----
[INFO] [stdout]      |                       |              |
[INFO] [stdout]      |                       |              this value will be stored in a temporary; let us call it `#2`
[INFO] [stdout]      |                       |              up until Edition 2021 `#2` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout]      |                       this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]      |                       up until Edition 2021 `#1` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout]      |
[INFO] [stdout]      = note: `#1` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.10.0/src/bytes.rs:684:1
[INFO] [stdout]      |
[INFO] [stdout]  684 | impl Drop for Bytes {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `client` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/arrayvec-0.7.6/src/arrayvec.rs:49:1
[INFO] [stdout]      |
[INFO] [stdout]   49 | impl<T, const CAP: usize> Drop for ArrayVec<T, CAP> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `client` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/secrecy-0.8.0/src/lib.rs:174:1
[INFO] [stdout]      |
[INFO] [stdout]  174 | / impl<S> Drop for Secret<S>
[INFO] [stdout]  175 | | where
[INFO] [stdout]  176 | |     S: Zeroize,
[INFO] [stdout]      | |_______________^
[INFO] [stdout]      = note: `client` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `client` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.10.0/src/bytes.rs:684:1
[INFO] [stdout]      |
[INFO] [stdout]  684 | impl Drop for Bytes {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `client` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/futures-channel-0.3.31/src/oneshot.rs:387:1
[INFO] [stdout]      |
[INFO] [stdout]  387 | impl<T> Drop for Sender<T> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `client` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/futures-channel-0.3.31/src/oneshot.rs:387:1
[INFO] [stdout]      |
[INFO] [stdout]  387 | impl<T> Drop for Sender<T> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `client` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.43.0/src/sync/mpsc/chan.rs:225:1
[INFO] [stdout]      |
[INFO] [stdout]  225 | impl<T, S> Drop for Tx<T, S> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `client` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/futures-channel-0.3.31/src/mpsc/mod.rs:1257:1
[INFO] [stdout]      |
[INFO] [stdout] 1257 | impl<T> Drop for UnboundedReceiver<T> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `client` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/serenity-0.12.4/src/gateway/bridge/shard_manager.rs:374:1
[INFO] [stdout]      |
[INFO] [stdout]  374 | impl Drop for ShardManager {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]      = warning: this changes meaning in Rust 2024
[INFO] [stdout]      = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]     --> src/main.rs:265:38
[INFO] [stdout]      |
[INFO] [stdout]  229 | #[dotenvy::load(path = "./.env", required = false)]
[INFO] [stdout]      |                                                   - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout] ...
[INFO] [stdout]  253 |     let mut client = ClientBuilder::new_with_http(http, GatewayIntents::empty())
[INFO] [stdout]      |         ----------
[INFO] [stdout]      |         |
[INFO] [stdout]      |         `client` calls a custom destructor
[INFO] [stdout]      |         `client` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  265 |     if let Err(why) = client.start().await {
[INFO] [stdout]      |                                      ^^^^^
[INFO] [stdout]      |                                      |
[INFO] [stdout]      |                                      this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]      |                                      up until Edition 2021 `#1` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout]      |
[INFO] [stdout] note: `client` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/arrayvec-0.7.6/src/arrayvec.rs:49:1
[INFO] [stdout]      |
[INFO] [stdout]   49 | impl<T, const CAP: usize> Drop for ArrayVec<T, CAP> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `client` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/secrecy-0.8.0/src/lib.rs:174:1
[INFO] [stdout]      |
[INFO] [stdout]  174 | / impl<S> Drop for Secret<S>
[INFO] [stdout]  175 | | where
[INFO] [stdout]  176 | |     S: Zeroize,
[INFO] [stdout]      | |_______________^
[INFO] [stdout]      = note: `client` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `client` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.10.0/src/bytes.rs:684:1
[INFO] [stdout]      |
[INFO] [stdout]  684 | impl Drop for Bytes {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `client` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/futures-channel-0.3.31/src/oneshot.rs:387:1
[INFO] [stdout]      |
[INFO] [stdout]  387 | impl<T> Drop for Sender<T> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `client` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/futures-channel-0.3.31/src/oneshot.rs:387:1
[INFO] [stdout]      |
[INFO] [stdout]  387 | impl<T> Drop for Sender<T> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `client` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.43.0/src/sync/mpsc/chan.rs:225:1
[INFO] [stdout]      |
[INFO] [stdout]  225 | impl<T, S> Drop for Tx<T, S> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `client` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/futures-channel-0.3.31/src/mpsc/mod.rs:1257:1
[INFO] [stdout]      |
[INFO] [stdout] 1257 | impl<T> Drop for UnboundedReceiver<T> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `client` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/serenity-0.12.4/src/gateway/bridge/shard_manager.rs:374:1
[INFO] [stdout]      |
[INFO] [stdout]  374 | impl Drop for ShardManager {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]      = warning: this changes meaning in Rust 2024
[INFO] [stdout]      = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> src/commands/ai.rs:114:40
[INFO] [stdout]     |
[INFO] [stdout] 102 |         let data_read = ctx.data.read().await;
[INFO] [stdout]     |             ---------
[INFO] [stdout]     |             |
[INFO] [stdout]     |             `data_read` calls a custom destructor
[INFO] [stdout]     |             `data_read` will be dropped later as of Edition 2024
[INFO] [stdout] 103 |         let client = data_read
[INFO] [stdout]     |             ------
[INFO] [stdout]     |             |
[INFO] [stdout]     |             `client` calls a custom destructor
[INFO] [stdout]     |             `client` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 114 |         client.chat().create(&request).await?
[INFO] [stdout]     |                                        ^^^^^
[INFO] [stdout]     |                                        |
[INFO] [stdout]     |                                        this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]     |                                        up until Edition 2021 `#1` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout] 115 |     };
[INFO] [stdout]     |      - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]     |
[INFO] [stdout] note: `data_read` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.43.0/src/sync/rwlock/read_guard.rs:178:1
[INFO] [stdout]     |
[INFO] [stdout] 178 | impl<'a, T: ?Sized> Drop for RwLockReadGuard<'a, T> {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `client` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.43.0/src/sync/rwlock/read_guard.rs:178:1
[INFO] [stdout]     |
[INFO] [stdout] 178 | impl<'a, T: ?Sized> Drop for RwLockReadGuard<'a, T> {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout]     = note: `--force-warn tail-expr-drop-order` implied by `--force-warn rust-2024-compatibility`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]     --> src/main.rs:265:23
[INFO] [stdout]      |
[INFO] [stdout]  229 | #[dotenvy::load(path = "./.env", required = false)]
[INFO] [stdout]      |                                                   - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout] ...
[INFO] [stdout]  253 |     let mut client = ClientBuilder::new_with_http(http, GatewayIntents::empty())
[INFO] [stdout]      |         ----------
[INFO] [stdout]      |         |
[INFO] [stdout]      |         `client` calls a custom destructor
[INFO] [stdout]      |         `client` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  265 |     if let Err(why) = client.start().await {
[INFO] [stdout]      |                       ^^^^^^^^^^^^^^^-----
[INFO] [stdout]      |                       |              |
[INFO] [stdout]      |                       |              this value will be stored in a temporary; let us call it `#2`
[INFO] [stdout]      |                       |              up until Edition 2021 `#2` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout]      |                       this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]      |                       up until Edition 2021 `#1` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout]      |
[INFO] [stdout]      = note: `#1` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.10.0/src/bytes.rs:684:1
[INFO] [stdout]      |
[INFO] [stdout]  684 | impl Drop for Bytes {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `client` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/arrayvec-0.7.6/src/arrayvec.rs:49:1
[INFO] [stdout]      |
[INFO] [stdout]   49 | impl<T, const CAP: usize> Drop for ArrayVec<T, CAP> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `client` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/secrecy-0.8.0/src/lib.rs:174:1
[INFO] [stdout]      |
[INFO] [stdout]  174 | / impl<S> Drop for Secret<S>
[INFO] [stdout]  175 | | where
[INFO] [stdout]  176 | |     S: Zeroize,
[INFO] [stdout]      | |_______________^
[INFO] [stdout]      = note: `client` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `client` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.10.0/src/bytes.rs:684:1
[INFO] [stdout]      |
[INFO] [stdout]  684 | impl Drop for Bytes {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `client` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/futures-channel-0.3.31/src/oneshot.rs:387:1
[INFO] [stdout]      |
[INFO] [stdout]  387 | impl<T> Drop for Sender<T> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `client` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/futures-channel-0.3.31/src/oneshot.rs:387:1
[INFO] [stdout]      |
[INFO] [stdout]  387 | impl<T> Drop for Sender<T> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `client` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.43.0/src/sync/mpsc/chan.rs:225:1
[INFO] [stdout]      |
[INFO] [stdout]  225 | impl<T, S> Drop for Tx<T, S> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `client` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/futures-channel-0.3.31/src/mpsc/mod.rs:1257:1
[INFO] [stdout]      |
[INFO] [stdout] 1257 | impl<T> Drop for UnboundedReceiver<T> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `client` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/serenity-0.12.4/src/gateway/bridge/shard_manager.rs:374:1
[INFO] [stdout]      |
[INFO] [stdout]  374 | impl Drop for ShardManager {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]      = warning: this changes meaning in Rust 2024
[INFO] [stdout]      = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]     --> src/main.rs:265:38
[INFO] [stdout]      |
[INFO] [stdout]  229 | #[dotenvy::load(path = "./.env", required = false)]
[INFO] [stdout]      |                                                   - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout] ...
[INFO] [stdout]  253 |     let mut client = ClientBuilder::new_with_http(http, GatewayIntents::empty())
[INFO] [stdout]      |         ----------
[INFO] [stdout]      |         |
[INFO] [stdout]      |         `client` calls a custom destructor
[INFO] [stdout]      |         `client` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  265 |     if let Err(why) = client.start().await {
[INFO] [stdout]      |                                      ^^^^^
[INFO] [stdout]      |                                      |
[INFO] [stdout]      |                                      this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]      |                                      up until Edition 2021 `#1` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout]      |
[INFO] [stdout] note: `client` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/arrayvec-0.7.6/src/arrayvec.rs:49:1
[INFO] [stdout]      |
[INFO] [stdout]   49 | impl<T, const CAP: usize> Drop for ArrayVec<T, CAP> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `client` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/secrecy-0.8.0/src/lib.rs:174:1
[INFO] [stdout]      |
[INFO] [stdout]  174 | / impl<S> Drop for Secret<S>
[INFO] [stdout]  175 | | where
[INFO] [stdout]  176 | |     S: Zeroize,
[INFO] [stdout]      | |_______________^
[INFO] [stdout]      = note: `client` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `client` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.10.0/src/bytes.rs:684:1
[INFO] [stdout]      |
[INFO] [stdout]  684 | impl Drop for Bytes {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `client` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/futures-channel-0.3.31/src/oneshot.rs:387:1
[INFO] [stdout]      |
[INFO] [stdout]  387 | impl<T> Drop for Sender<T> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `client` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/futures-channel-0.3.31/src/oneshot.rs:387:1
[INFO] [stdout]      |
[INFO] [stdout]  387 | impl<T> Drop for Sender<T> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `client` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.43.0/src/sync/mpsc/chan.rs:225:1
[INFO] [stdout]      |
[INFO] [stdout]  225 | impl<T, S> Drop for Tx<T, S> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `client` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/futures-channel-0.3.31/src/mpsc/mod.rs:1257:1
[INFO] [stdout]      |
[INFO] [stdout] 1257 | impl<T> Drop for UnboundedReceiver<T> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `client` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/serenity-0.12.4/src/gateway/bridge/shard_manager.rs:374:1
[INFO] [stdout]      |
[INFO] [stdout]  374 | impl Drop for ShardManager {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]      = warning: this changes meaning in Rust 2024
[INFO] [stdout]      = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 22s
[INFO] [stderr] crater-edition-check: database v0.1.0 (/opt/rustwide/workdir/database) updating edition from 2024 to 2024
[INFO] [stderr] crater-edition-check: media-bot v0.1.0 (/opt/rustwide/workdir) updating edition from 2021 to 2024
[INFO] [stderr]     Checking database v0.1.0 (/opt/rustwide/workdir/database)
[INFO] [stderr]     Checking media-bot v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unused imports: `CacheHttp` and `CommandInteraction`
[INFO] [stdout]  --> src/commands/mod.rs:1:21
[INFO] [stdout]   |
[INFO] [stdout] 1 | use serenity::all::{CacheHttp, CommandInteraction};
[INFO] [stdout]   |                     ^^^^^^^^^  ^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused imports: `CreateEmbedFooter`, `CreateEmbed`, and `CreateInteractionResponseFollowup`
[INFO] [stdout]  --> src/commands/ai.rs:8:45
[INFO] [stdout]   |
[INFO] [stdout] 8 |         CreateCommand, CreateCommandOption, CreateEmbed, CreateEmbedFooter,
[INFO] [stdout]   |                                             ^^^^^^^^^^^  ^^^^^^^^^^^^^^^^^
[INFO] [stdout] 9 |         CreateInteractionResponse, CreateInteractionResponseFollowup,
[INFO] [stdout]   |                                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused imports: `CreateInteractionResponseFollowup` and `Http`
[INFO] [stdout]  --> src/commands/interact.rs:5:64
[INFO] [stdout]   |
[INFO] [stdout] 5 |     CreateEmbed, CreateEmbedFooter, CreateInteractionResponse, CreateInteractionResponseFollowup,
[INFO] [stdout]   |                                                                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 6 |     CreateInteractionResponseMessage, Http, InstallationContext, InteractionContext,
[INFO] [stdout]   |                                       ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused imports: `ChannelId`, `CreateCommandOption`, `CreateEmbedFooter`, and `CreateModal`
[INFO] [stdout]  --> src/commands/request.rs:5:9
[INFO] [stdout]   |
[INFO] [stdout] 5 |         ChannelId, CommandInteraction, CreateCommand, CreateCommandOption, CreateEmbed,
[INFO] [stdout]   |         ^^^^^^^^^                                     ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 6 |         CreateEmbedFooter, CreateInteractionResponse, CreateInteractionResponseMessage,
[INFO] [stdout]   |         ^^^^^^^^^^^^^^^^^
[INFO] [stdout] 7 |         CreateMessage, CreateModal, CreateQuickModal, InstallationContext, InteractionContext,
[INFO] [stdout]   |                        ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused imports: `debug` and `warn`
[INFO] [stdout]  --> src/image_provider.rs:4:15
[INFO] [stdout]   |
[INFO] [stdout] 4 | use tracing::{debug, warn};
[INFO] [stdout]   |               ^^^^^  ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around function argument
[INFO] [stdout]   --> src/process.rs:28:27
[INFO] [stdout]    |
[INFO] [stdout] 28 |     let qual = f32::floor(((quality as f32 / 100.0) * 50.0)) as u8;
[INFO] [stdout]    |                           ^                               ^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_parens)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 28 -     let qual = f32::floor(((quality as f32 / 100.0) * 50.0)) as u8;
[INFO] [stdout] 28 +     let qual = f32::floor((quality as f32 / 100.0) * 50.0 ) as u8;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `CommandDataOption`
[INFO] [stdout]  --> src/util.rs:1:21
[INFO] [stdout]   |
[INFO] [stdout] 1 | use serenity::all::{CommandDataOption, CommandInteraction, CreateEmbed, ResolvedOption, ResolvedValue};
[INFO] [stdout]   |                     ^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `std::sync::Arc`
[INFO] [stdout]  --> src/yuri.rs:1:5
[INFO] [stdout]   |
[INFO] [stdout] 1 | use std::sync::Arc;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused imports: `CommandOptionType`, `CreateCommandOption`, `CreateInteractionResponseFollowup`, and `Http`
[INFO] [stdout]  --> src/yuri.rs:4:36
[INFO] [stdout]   |
[INFO] [stdout] 4 |     CacheHttp, CommandInteraction, CommandOptionType, CreateCommand, CreateCommandOption,
[INFO] [stdout]   |                                    ^^^^^^^^^^^^^^^^^                 ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 5 |     CreateEmbed, CreateEmbedFooter, CreateInteractionResponse, CreateInteractionResponseFollowup,
[INFO] [stdout]   |                                                                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 6 |     CreateInteractionResponseMessage, Http, InstallationContext, InteractionContext,
[INFO] [stdout]   |                                       ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `image::imageops::FilterType::Lanczos3`
[INFO] [stdout]  --> src/main.rs:7:5
[INFO] [stdout]   |
[INFO] [stdout] 7 | use image::imageops::FilterType::Lanczos3;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused imports: `Dir` and `include_dir`
[INFO] [stdout]  --> src/main.rs:8:19
[INFO] [stdout]   |
[INFO] [stdout] 8 | use include_dir::{include_dir, Dir};
[INFO] [stdout]   |                   ^^^^^^^^^^^  ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused imports: `CommandDataOptionValue` and `Http`
[INFO] [stdout]   --> src/main.rs:11:20
[INFO] [stdout]    |
[INFO] [stdout] 11 |     ClientBuilder, CommandDataOptionValue, CommandOptionType, CreateCommand, GuildId, Http,
[INFO] [stdout]    |                    ^^^^^^^^^^^^^^^^^^^^^^                                             ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `Client`
[INFO] [stdout]   --> src/main.rs:19:29
[INFO] [stdout]    |
[INFO] [stdout] 19 | use serenity::{async_trait, Client};
[INFO] [stdout]    |                             ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused imports: `CacheHttp` and `CommandInteraction`
[INFO] [stdout]  --> src/commands/mod.rs:1:21
[INFO] [stdout]   |
[INFO] [stdout] 1 | use serenity::all::{CacheHttp, CommandInteraction};
[INFO] [stdout]   |                     ^^^^^^^^^  ^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused imports: `CreateEmbedFooter`, `CreateEmbed`, and `CreateInteractionResponseFollowup`
[INFO] [stdout]  --> src/commands/ai.rs:8:45
[INFO] [stdout]   |
[INFO] [stdout] 8 |         CreateCommand, CreateCommandOption, CreateEmbed, CreateEmbedFooter,
[INFO] [stdout]   |                                             ^^^^^^^^^^^  ^^^^^^^^^^^^^^^^^
[INFO] [stdout] 9 |         CreateInteractionResponse, CreateInteractionResponseFollowup,
[INFO] [stdout]   |                                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused imports: `CreateInteractionResponseFollowup` and `Http`
[INFO] [stdout]  --> src/commands/interact.rs:5:64
[INFO] [stdout]   |
[INFO] [stdout] 5 |     CreateEmbed, CreateEmbedFooter, CreateInteractionResponse, CreateInteractionResponseFollowup,
[INFO] [stdout]   |                                                                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 6 |     CreateInteractionResponseMessage, Http, InstallationContext, InteractionContext,
[INFO] [stdout]   |                                       ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused imports: `ChannelId`, `CreateCommandOption`, `CreateEmbedFooter`, and `CreateModal`
[INFO] [stdout]  --> src/commands/request.rs:5:9
[INFO] [stdout]   |
[INFO] [stdout] 5 |         ChannelId, CommandInteraction, CreateCommand, CreateCommandOption, CreateEmbed,
[INFO] [stdout]   |         ^^^^^^^^^                                     ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 6 |         CreateEmbedFooter, CreateInteractionResponse, CreateInteractionResponseMessage,
[INFO] [stdout]   |         ^^^^^^^^^^^^^^^^^
[INFO] [stdout] 7 |         CreateMessage, CreateModal, CreateQuickModal, InstallationContext, InteractionContext,
[INFO] [stdout]   |                        ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused imports: `debug` and `warn`
[INFO] [stdout]  --> src/image_provider.rs:4:15
[INFO] [stdout]   |
[INFO] [stdout] 4 | use tracing::{debug, warn};
[INFO] [stdout]   |               ^^^^^  ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around function argument
[INFO] [stdout]   --> src/process.rs:28:27
[INFO] [stdout]    |
[INFO] [stdout] 28 |     let qual = f32::floor(((quality as f32 / 100.0) * 50.0)) as u8;
[INFO] [stdout]    |                           ^                               ^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_parens)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 28 -     let qual = f32::floor(((quality as f32 / 100.0) * 50.0)) as u8;
[INFO] [stdout] 28 +     let qual = f32::floor((quality as f32 / 100.0) * 50.0 ) as u8;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `CommandDataOption`
[INFO] [stdout]  --> src/util.rs:1:21
[INFO] [stdout]   |
[INFO] [stdout] 1 | use serenity::all::{CommandDataOption, CommandInteraction, CreateEmbed, ResolvedOption, ResolvedValue};
[INFO] [stdout]   |                     ^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `std::sync::Arc`
[INFO] [stdout]  --> src/yuri.rs:1:5
[INFO] [stdout]   |
[INFO] [stdout] 1 | use std::sync::Arc;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused imports: `CommandOptionType`, `CreateCommandOption`, `CreateInteractionResponseFollowup`, and `Http`
[INFO] [stdout]  --> src/yuri.rs:4:36
[INFO] [stdout]   |
[INFO] [stdout] 4 |     CacheHttp, CommandInteraction, CommandOptionType, CreateCommand, CreateCommandOption,
[INFO] [stdout]   |                                    ^^^^^^^^^^^^^^^^^                 ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 5 |     CreateEmbed, CreateEmbedFooter, CreateInteractionResponse, CreateInteractionResponseFollowup,
[INFO] [stdout]   |                                                                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 6 |     CreateInteractionResponseMessage, Http, InstallationContext, InteractionContext,
[INFO] [stdout]   |                                       ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `image::imageops::FilterType::Lanczos3`
[INFO] [stdout]  --> src/main.rs:7:5
[INFO] [stdout]   |
[INFO] [stdout] 7 | use image::imageops::FilterType::Lanczos3;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused imports: `Dir` and `include_dir`
[INFO] [stdout]  --> src/main.rs:8:19
[INFO] [stdout]   |
[INFO] [stdout] 8 | use include_dir::{include_dir, Dir};
[INFO] [stdout]   |                   ^^^^^^^^^^^  ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused imports: `CommandDataOptionValue` and `Http`
[INFO] [stdout]   --> src/main.rs:11:20
[INFO] [stdout]    |
[INFO] [stdout] 11 |     ClientBuilder, CommandDataOptionValue, CommandOptionType, CreateCommand, GuildId, Http,
[INFO] [stdout]    |                    ^^^^^^^^^^^^^^^^^^^^^^                                             ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `Client`
[INFO] [stdout]   --> src/main.rs:19:29
[INFO] [stdout]    |
[INFO] [stdout] 19 | use serenity::{async_trait, Client};
[INFO] [stdout]    |                             ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `anime_name` is never read
[INFO] [stdout]   --> src/image_provider.rs:22:5
[INFO] [stdout]    |
[INFO] [stdout] 21 | struct NekosBestResult {
[INFO] [stdout]    |        --------------- field in this struct
[INFO] [stdout] 22 |     anime_name: String,
[INFO] [stdout]    |     ^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `NekosBestResult` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `id` is never read
[INFO] [stdout]   --> src/image_provider.rs:34:5
[INFO] [stdout]    |
[INFO] [stdout] 32 | struct SafebooruResult {
[INFO] [stdout]    |        --------------- field in this struct
[INFO] [stdout] 33 |     file_url: String,
[INFO] [stdout] 34 |     id: i32,
[INFO] [stdout]    |     ^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `SafebooruResult` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `anime_name` is never read
[INFO] [stdout]   --> src/image_provider.rs:22:5
[INFO] [stdout]    |
[INFO] [stdout] 21 | struct NekosBestResult {
[INFO] [stdout]    |        --------------- field in this struct
[INFO] [stdout] 22 |     anime_name: String,
[INFO] [stdout]    |     ^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `NekosBestResult` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `id` is never read
[INFO] [stdout]   --> src/image_provider.rs:34:5
[INFO] [stdout]    |
[INFO] [stdout] 32 | struct SafebooruResult {
[INFO] [stdout]    |        --------------- field in this struct
[INFO] [stdout] 33 |     file_url: String,
[INFO] [stdout] 34 |     id: i32,
[INFO] [stdout]    |     ^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `SafebooruResult` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 26s
[INFO] [stderr] crater-edition-check all packages now at latest edition
[INFO] [stderr] crater-edition-check: all finished
[INFO] running `Command { std: "docker" "inspect" "f40461c6eb8be9df4375d2f5a6dc17681ab06fe2e682ee24dac906c4eb3c6ac4", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "f40461c6eb8be9df4375d2f5a6dc17681ab06fe2e682ee24dac906c4eb3c6ac4", kill_on_drop: false }`
[INFO] [stdout] f40461c6eb8be9df4375d2f5a6dc17681ab06fe2e682ee24dac906c4eb3c6ac4
